type net/http.http2PushPromiseFrame

7 uses

	net/http (current package)
		h2_bundle.go#L2680: type http2PushPromiseFrame struct {
		h2_bundle.go#L2686: func (f *http2PushPromiseFrame) HeaderBlockFragment() []byte {
		h2_bundle.go#L2691: func (f *http2PushPromiseFrame) HeadersEnded() bool {
		h2_bundle.go#L2696: 	pp := &http2PushPromiseFrame{
		h2_bundle.go#L5365: 	case *http2PushPromiseFrame:
		h2_bundle.go#L9380: 		case *http2PushPromiseFrame:
		h2_bundle.go#L10069: func (rl *http2clientConnReadLoop) processPushPromise(f *http2PushPromiseFrame) error {